next up previous contents index
Next: seg_fillword Up: Functions and Procedures Previous: realintr

seg_fillchar

   

Declaration:

Procedure seg_fillchar (seg : word;ofs : longint;count : longint;c : char) ;

Description:

Fills a memory area specified by a 48 bit pointer with the given number of chars.

NOTE: Be careful using this function in non-DPMI mode.

Errors:

None.

See also:

SegFillWord, SegMove



Michael Van Canneyt
Tue Mar 31 16:46:10 CEST 1998